release-8.5: add note about table aliases in FOR UPDATE OF clause (#22568)#22675
release-8.5: add note about table aliases in FOR UPDATE OF clause (#22568)#22675ti-chi-bot wants to merge 3 commits intopingcap:feature/preview-v8.5.6from
Conversation
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Code Review
This pull request updates the SELECT statement documentation to include information about table alias support in the FOR UPDATE OF clause starting from TiDB v8.5.6, detailing backward compatibility and table matching logic. The review feedback suggests simplifying the language by removing unnecessary words and using the present tense to align with the documentation style guide, specifically recommending more direct instructions.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lilin90 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@ti-chi-bot: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This is an automated cherry-pick of #22568
First-time contributors' checklist
What is changed, added or deleted? (Required)
Added a note about table aliases in the
FOR UPDATE OFclauseZH PR: pingcap/docs-cn#21489
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?